home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / installed_progs / text / faqs / unix-faq.faq.contents < prev    next >
Encoding:
Internet Message Format  |  1994-05-16  |  8.4 KB

  1. Subject: Unix - Frequently Asked Questions (Contents) [Frequent posting]
  2. Newsgroups: comp.unix.questions,comp.unix.shell,comp.answers,news.answers
  3. From: tmatimar@isgtec.com (Ted Timar)
  4. Date: 14 May 1994 10:18:37 GMT
  5.  
  6. Archive-name: unix-faq/faq/contents
  7. Version: $Id: contents,v 2.5 1994/04/28 19:25:03 tmatimar Exp $
  8.  
  9. The following seven articles contain the answers to some Frequently Asked
  10. Questions often seen in comp.unix.questions and comp.unix.shell.
  11. Please don't ask these questions again, they've been answered plenty
  12. of times already - and please don't flame someone just because they may
  13. not have read this particular posting.  Thank you.
  14.  
  15. This collection of documents is Copyright (c) 1994, Ted Timar.
  16. All rights reserved.  Permission to distribute the collection is
  17. hereby granted providing that distribution is electronic, no money
  18. is involved, reasonable attempts are made to use the latest version
  19. and all credits and this copyright notice are maintained.
  20. Other requests for distribution will be considered.
  21.  
  22. All information here has been contributed with good intentions, but
  23. none of it is guaranteed either by the contributors or myself to be
  24. accurate.  The users of this information take all responsibility for
  25. any damage that may occur.
  26.  
  27. Many FAQs, including this one, are available on the archive site
  28. rtfm.mit.edu in the directory pub/usenet/news.answers.
  29. The name under which a FAQ is archived appears in the "Archive-Name:"
  30. line at the top of the article.  This FAQ is archived as
  31. "unix-faq/faq/part[1-7]".
  32.  
  33. These articles are divided approximately as follows:
  34.  
  35.       1.*) General questions.
  36.       2.*) Relatively basic questions, likely to be asked by beginners.
  37.       3.*) Intermediate questions.
  38.       4.*) Advanced questions, likely to be asked by people who thought
  39.        they already knew all of the answers.
  40.       5.*) Questions pertaining to the various shells, and the differences.
  41.       6.*) An overview of Unix variants.
  42.       7.*) An comparison of configuration management systems (RCS, SCCS).
  43.  
  44. The following questions are answered:
  45.  
  46.       1.1)  Who helped you put this list together?
  47.       1.2)  When someone refers to 'rn(1)' or 'ctime(3)', what does
  48.               the number in parentheses mean?
  49.       1.3)  What does {some strange unix command name} stand for?
  50.       1.4)  How does the gateway between "comp.unix.questions" and the
  51.               "info-unix" mailing list work?
  52.       1.5)  What are some useful Unix or C books?
  53.       1.6)  What happened to the pronunciation list that used to be
  54.               part of this document?
  55.  
  56.       2.1)  How do I remove a file whose name begins with a "-" ?
  57.       2.2)  How do I remove a file with funny characters in the filename ?
  58.       2.3)  How do I get a recursive directory listing?
  59.       2.4)  How do I get the current directory into my prompt?
  60.       2.5)  How do I read characters from the terminal in a shell script?
  61.       2.6)  How do I rename "*.foo" to "*.bar", or change file names
  62.               to lowercase?
  63.       2.7)  Why do I get [some strange error message] when I
  64.               "rsh host command" ?
  65.       2.8)  How do I {set an environment variable, change directory} inside a
  66.               program or shell script and have that change affect my
  67.               current shell?
  68.       2.9)  How do I redirect stdout and stderr separately in csh?
  69.       2.10) How do I tell inside .cshrc if I'm a login shell?
  70.       2.11) How do I construct a shell glob-pattern that matches all files
  71.             except "." and ".." ?
  72.       2.12) How do I find the last argument in a Bourne shell script?
  73.       2.13) What's wrong with having '.' in your $PATH ?
  74.       2.14) How do I ring the terminal bell during a shell script?
  75.       2.15) Why can't I use "talk" to talk with my friend on machine X?
  76.  
  77.       3.1)  How do I find the creation time of a file?
  78.       3.2)  How do I use "rsh" without having the rsh hang around
  79.               until the remote command has completed?
  80.       3.3)  How do I truncate a file?
  81.       3.4)  Why doesn't find's "{}" symbol do what I want?
  82.       3.5)  How do I set the permissions on a symbolic link?
  83.       3.6)  How do I "undelete" a file?
  84.       3.7)  How can a process detect if it's running in the background?
  85.       3.8)  Why doesn't redirecting a loop work as intended?  (Bourne shell)
  86.       3.9)  How do I run 'passwd', 'ftp', 'telnet', 'tip' and other interactive
  87.               programs from a shell script or in the background?
  88.       3.10) How do I find the process ID of a program with a particular
  89.             name from inside a shell script or C program?
  90.       3.11) How do I check the exit status of a remote command
  91.             executed via "rsh" ?
  92.       3.12) Is it possible to pass shell variable settings into an awk program?
  93.       3.13) How do I get rid of zombie processes that persevere?
  94.       3.14) How do I get lines from a pipe as they are written instead of
  95.             only in larger blocks.
  96.  
  97.       4.1)  How do I read characters from a terminal without requiring the user
  98.               to hit RETURN?
  99.       4.2)  How do I check to see if there are characters to be read without
  100.               actually reading?
  101.       4.3)  How do I find the name of an open file?
  102.       4.4)  How can an executing program determine its own pathname?
  103.       4.5)  How do I use popen() to open a process for reading AND writing?
  104.       4.6)  How do I sleep() in a C program for less than one second?
  105.       4.7)  How can I get setuid shell scripts to work?
  106.       4.8)  How can I find out which user or process has a file open or is using
  107.             a particular file system (so that I can unmount it?)
  108.       4.9)  How do I keep track of people who are fingering me?
  109.       4.10) Is it possible to reconnect a process to a terminal after it has
  110.             been disconnected, e.g. after starting a program in the background
  111.             and logging out?
  112.       4.11) Is it possible to "spy" on a terminal, displaying the output
  113.             that's appearing on it on another terminal?
  114.  
  115.       5.1)  Can shells be classified into categories?
  116.       5.2)  How do I "include" one shell script from within another
  117.             shell script?
  118.       5.3)  Do all shells have aliases?  Is there something else that
  119.             can be used?
  120.       5.4)  How are shell variables assigned?
  121.       5.5)  How can I tell if I am running an interactive shell?
  122.       5.6)  What "dot" files do the various shells use?
  123.       5.7)  I would like to know more about the differences between the
  124.             various shells.  Is this information available some place?
  125.  
  126.       6.1)  Disclaimer and introduction.
  127.       6.2)  A very brief look at Unix history.
  128.       6.3)  Main Unix flavors.
  129.       6.4)  Unix Standards.
  130.       6.5)  Identifying your Unix flavor.
  131.       6.6)  Brief notes on some well-known (commercial/PD) Unices.
  132.       6.7)  Real-time Unices.
  133.       6.8)  Unix glossary.
  134.       6.9)  Acknowledgements.
  135.  
  136.       7.1)  RCS vs SCCS:  Introduction
  137.       7.2)  RCS vs SCCS:  How do the interfaces compare?
  138.       7.3)  RCS vs SCCS:  What's in a Revision File?
  139.       7.4)  RCS vs SCCS:  What are the keywords?
  140.       7.5)  What's an RCS symbolic name?
  141.       7.6)  RCS vs SCCS:  How do they compare for performance?
  142.       7.7)  RCS vs SCCS:  Version Identification.
  143.       7.8)  RCS vs SCCS:  How do they handle with problems?
  144.       7.9)  RCS vs SCCS:  How do they interact with make(1)?
  145.       7.10) RCS vs SCCS:  Conversion.
  146.       7.11) RCS vs SCCS:  Support
  147.       7.12) RCS vs SCCS:  Command Comparison
  148.       7.13) RCS vs SCCS:  Acknowledgements
  149.       7.14) Can I get more information on configuration management systems?
  150.  
  151.       If you're looking for the answer to, say, question 2.5, look in
  152.       part 2 and search for the regular expression "^2.5)".
  153.  
  154. While these are all legitimate questions, they seem to crop up in
  155. comp.unix.questions or comp.unix.shell on an annual basis, usually
  156. followed by plenty of replies (only some of which are correct) and then
  157. a period of griping about how the same questions keep coming up.  You
  158. may also like to read the monthly article "Answers to Frequently Asked
  159. Questions" in the newsgroup "news.announce.newusers", which will tell
  160. you what "UNIX" stands for.
  161.  
  162. With the variety of Unix systems in the world, it's hard to guarantee
  163. that these answers will work everywhere.  Read your local manual pages
  164. before trying anything suggested here.  If you have suggestions or
  165. corrections for any of these answers, please send them to to
  166. tmatimar@isgtec.com.
  167.  
  168. -- 
  169. Ted Timar - tmatimar@isgtec.com
  170. ISG Technologies Inc., 6509 Airport Road, Mississauga, Ontario, Canada L4V 1S7
  171.  
  172.